home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEX-UTIL / DVIPS_55 / ObeyFiles / make300pk < prev    next >
Text File  |  1993-03-19  |  623b  |  18 lines

  1. | Create a 300pk font
  2. if "%0"="" then error Usage: make300pk <font name>
  3. mf &plain \mode:=qms; input %0
  4. settype %0.tfm tfm
  5. cdir <TeXFonts$Dir>OtherFonts:$.%0
  6. copy %0.tfm <TeXFonts$Dir>OtherFonts:$.%0.tfm D ~C
  7. gftopk %0.300gf %0.300pk
  8. cdir <TeXFonts$Dir>LJ.OtherFonts:$.%0
  9. copy %0.300pk <TeXFonts$Dir>LJ.OtherFonts:$.%0.300pk D ~C
  10. gftofnt %0.300gf
  11. cdir <TeXFonts$Dir>Previewer.OtherFonts:$.%0
  12. copy %0.x90y45 <TeXFonts$Dir>Previewer.OtherFonts:$.%0.x90y45 D ~C
  13. copy %0.IntMetrics <TeXFonts$Dir>Previewer.OtherFonts:$.%0.IntMetrics D ~C
  14. copy %0.f* <TeXFonts$Dir>Previewer.OtherFonts:$.%0.* D ~C
  15. remove %0.300gf
  16. remove %0.log
  17.  
  18.